home *** CD-ROM | disk | FTP | other *** search
- object RegForm: TRegForm
- Left = 264
- Top = 188
- AutoScroll = False
- Caption = 'Registration'
- ClientHeight = 256
- ClientWidth = 392
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = TntFormCloseQuery
- OnShow = EditChange
- DesignSize = (
- 392
- 256)
- PixelsPerInch = 96
- TextHeight = 13
- object LicShape: TShape
- Left = 120
- Top = 104
- Width = 265
- Height = 105
- Brush.Color = clInfoBk
- end
- object NameLabel: TTntLabel
- Left = 8
- Top = 8
- Width = 87
- Height = 13
- Caption = 'Registration Name'
- end
- object Label1: TTntLabel
- Left = 79
- Top = 76
- Width = 3
- Height = 13
- Caption = '-'
- end
- object Label2: TTntLabel
- Left = 156
- Top = 76
- Width = 3
- Height = 13
- Caption = '-'
- end
- object Label3: TTntLabel
- Left = 233
- Top = 76
- Width = 3
- Height = 13
- Caption = '-'
- end
- object Label4: TTntLabel
- Left = 310
- Top = 76
- Width = 3
- Height = 13
- Caption = '-'
- end
- object CodeLabel: TTntLabel
- Left = 8
- Top = 56
- Width = 84
- Height = 13
- Caption = 'Registration Code'
- end
- object InfoLabel: TTntLabel
- Left = 124
- Top = 108
- Width = 257
- Height = 61
- AutoSize = False
- Caption =
- 'Unlocking all of the features required registration key. If you ' +
- 'already have one, simply fillout the fields above. If you don'#39't ' +
- 'have registration code yet, press the "Get regcode Now!" button' +
- '. License type:'
- Color = clInfoBk
- ParentColor = False
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object HardLabel: TTntLabel
- Left = 8
- Top = 136
- Width = 63
- Height = 13
- Caption = 'Hardware ID:'
- end
- object LicLabel: TTntLabel
- Left = 124
- Top = 168
- Width = 257
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Invalid license'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object NameEdit: TTntEdit
- Left = 8
- Top = 24
- Width = 376
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnChange = EditChange
- end
- object Edit1: TEdit
- Left = 8
- Top = 72
- Width = 68
- Height = 21
- MaxLength = 5
- TabOrder = 1
- OnChange = EditChange
- OnKeyPress = EditKeyPress
- end
- object Edit2: TEdit
- Left = 85
- Top = 72
- Width = 68
- Height = 21
- MaxLength = 5
- TabOrder = 2
- OnChange = EditChange
- OnKeyPress = EditKeyPress
- end
- object Edit3: TEdit
- Left = 162
- Top = 72
- Width = 68
- Height = 21
- MaxLength = 5
- TabOrder = 3
- OnChange = EditChange
- OnKeyPress = EditKeyPress
- end
- object Edit4: TEdit
- Left = 239
- Top = 72
- Width = 68
- Height = 21
- MaxLength = 5
- TabOrder = 4
- OnChange = EditChange
- OnKeyPress = EditKeyPress
- end
- object Edit5: TEdit
- Left = 316
- Top = 72
- Width = 68
- Height = 21
- MaxLength = 5
- TabOrder = 5
- OnChange = EditChange
- OnKeyPress = EditKeyPress
- end
- object OKButton: TTntButton
- Left = 8
- Top = 220
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 9
- end
- object CancelButton: TTntButton
- Left = 96
- Top = 220
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 10
- end
- object GetButton: TTntButton
- Left = 8
- Top = 184
- Width = 97
- Height = 25
- Caption = 'Get regcode Now!'
- TabOrder = 8
- OnClick = GetButtonClick
- end
- object HardEdit: TTntEdit
- Left = 8
- Top = 154
- Width = 97
- Height = 21
- CharCase = ecUpperCase
- ReadOnly = True
- TabOrder = 7
- Text = 'XXXX-XXXX'
- end
- object PasteButton: TTntButton
- Left = 8
- Top = 104
- Width = 97
- Height = 25
- Caption = 'Paste regcode'
- TabOrder = 6
- OnClick = PasteButtonClick
- end
- object CryptBox: TCheckBox
- Left = 184
- Top = 224
- Width = 161
- Height = 17
- Caption = 'Store regcode crypted'
- TabOrder = 11
- end
- end
-